home *** CD-ROM | disk | FTP | other *** search
/ Clinical Endocrinology / Clinical Endocrinology.iso / mac / 00000000 / Contrib.dir / 00030_Script_30 < prev    next >
Text File  |  1995-11-09  |  217b  |  9 lines

  1. on init
  2.   global currentText, theFirstText, theLastText
  3.   puppetSprite 3, true
  4.   put the castNum of sprite 3 into currentText
  5.   set theFirstText = currentText
  6.   set theLastText = theFirstText + 14
  7.   
  8. end init
  9.